Define some malloc objects with configure, not cpp.
authorGlenn Morris <rgm@gnu.org>
Tue, 18 May 2010 02:30:13 +0000 (19:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 May 2010 02:30:13 +0000 (19:30 -0700)
commit7f292f25b2d44c7ae6023d95d9381c6ecda47d05
treee6a2afe8b91bc86b50b7e7ae5647e31a3626456e
parentd009ed533872a4e3d56c6b5e348f5a996a50e3b7
Define some malloc objects with configure, not cpp.

* configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
* config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.

* src/Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
(gmallocobj, vmlimitobj): Replace with previous two variables.
(otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.

* msdos/sed1v2.inp (GMALLOC_OBJ): Edit to gmalloc.o.
(VMLIMIT_OBJ): Edit to vm-limit.o.
ChangeLog
config.bat
configure.in
msdos/ChangeLog
msdos/sed1v2.inp
src/ChangeLog
src/Makefile.in